home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / TSR / PPTSR10 / README < prev    next >
Text File  |  1993-02-12  |  2KB  |  40 lines

  1. GENERAL
  2.  
  3. This is another go at writing TSR programs using turbo pascal. The
  4. units and example programs shown here are mainly from the German
  5. magazine 'DOS international', as is stated in the program text as well.
  6. I modified this stuff :
  7.  
  8.    1 - because it did not work.
  9.    2 - because I thought I had do do it differently :-)
  10.  
  11. Think of it what you like, it's always nice to see that somebody
  12. else did it in a different way, and learning from that....
  13.  
  14. You can use this stuff as you wish, just give credit where it's due.
  15.  
  16. I'm willing to answer any questions about this stuff. You drop me
  17. an e-mail (address at end of this file).
  18.  
  19. Use and re-use of this stuff is at your own risk.
  20.  
  21. INSTALLATION
  22.  
  23. Well, you extracted the archive, so let's not talk about that...
  24. Just use the makefile (if you have make and sed). Or do the next:
  25.  
  26. If you have tasm (turbo assembler) copy from tsr.pas the tsr.asm
  27. module part into a file "tsr.asm" (you cannot miss it, just look
  28. inside the tsr.pas file). Compile tsr.asm using tasm after removing
  29. all the ";;" that are at the first position on every line.
  30. If you do not have tasm, use "tsr.obj" from the archive.
  31. Compile the applications "filer", "beeper" and "funfunk" using
  32. tpc or the integrated environment. DO NOT run the TSR's from
  33. within the environment !, run them at DOS level.
  34. The application program "keycode" is useable determining which
  35. key code to use for hotkeys in the tsr stuff.
  36.  
  37. Good luck !
  38.  
  39. Peter Peters. (pp@win.tue.nl)
  40.